home *** CD-ROM | disk | FTP | other *** search
/ Chip 1997 December / CHIPNET Aralık 1997.iso / oyun / elf.exe / ELF.EXE / 0 / RCDATA / TPCDLG / TPCDLG.txt
Text File  |  1997-02-13  |  6KB  |  194 lines

  1. object PCDlg: TPCDlg
  2.   Left = 228
  3.   Top = 115
  4.   ActiveControl = PCLB
  5.   BorderIcons = []
  6.   BorderStyle = bsDialog
  7.   Caption = 'Known PCs'
  8.   ClientHeight = 218
  9.   ClientWidth = 296
  10.   Font.Color = clBlack
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   Position = poScreenCenter
  15.   OnCloseQuery = FormCloseQuery
  16.   OnCreate = FormCreate
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object OKBtn: TBitBtn
  20.     Left = 68
  21.     Top = 184
  22.     Width = 77
  23.     Height = 27
  24.     TabOrder = 1
  25.     Kind = bkOK
  26.     Margin = 2
  27.     Style = bsNew
  28.     Spacing = -1
  29.     IsControl = True
  30.   end
  31.   object CancelBtn: TBitBtn
  32.     Left = 152
  33.     Top = 184
  34.     Width = 77
  35.     Height = 27
  36.     TabOrder = 2
  37.     Kind = bkCancel
  38.     Margin = 2
  39.     Style = bsNew
  40.     Spacing = -1
  41.     IsControl = True
  42.   end
  43.   object Panel1: TPanel
  44.     Left = 4
  45.     Top = 4
  46.     Width = 289
  47.     Height = 173
  48.     BevelInner = bvRaised
  49.     BevelOuter = bvLowered
  50.     TabOrder = 0
  51.     object Label1: TLabel
  52.       Left = 136
  53.       Top = 36
  54.       Width = 46
  55.       Height = 13
  56.       Caption = '&Extension'
  57.       FocusControl = Extension
  58.     end
  59.     object Label2: TLabel
  60.       Left = 136
  61.       Top = 12
  62.       Width = 28
  63.       Height = 13
  64.       Caption = '&Name'
  65.       FocusControl = Name
  66.     end
  67.     object Label3: TLabel
  68.       Left = 136
  69.       Top = 60
  70.       Width = 23
  71.       Height = 13
  72.       Caption = '&Infos'
  73.       FocusControl = Info
  74.     end
  75.     object PCLB: TListBox
  76.       Left = 8
  77.       Top = 8
  78.       Width = 121
  79.       Height = 157
  80.       ItemHeight = 13
  81.       TabOrder = 0
  82.       OnClick = PCLBClick
  83.       OnDblClick = PCLBDblClick
  84.     end
  85.     object Add: TBitBtn
  86.       Left = 156
  87.       Top = 84
  88.       Width = 109
  89.       Height = 25
  90.       Caption = '&New'
  91.       TabOrder = 4
  92.       OnClick = AddClick
  93.       Glyph.Data = {
  94.         76010000424D7601000000000000760000002800000020000000100000000100
  95.         04000000000000010000130B0000130B00000000000000000000000000000000
  96.         800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  97.         FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF0033333333B333
  98.         333B33FF33337F3333F73BB3777BB7777BB3377FFFF77FFFF77333B000000000
  99.         0B3333777777777777333330FFFFFFFF07333337F33333337F333330FFFFFFFF
  100.         07333337F33333337F333330FFFFFFFF07333337F33333337F333330FFFFFFFF
  101.         07333FF7F33333337FFFBBB0FFFFFFFF0BB37777F3333333777F3BB0FFFFFFFF
  102.         0BBB3777F3333FFF77773330FFFF000003333337F333777773333330FFFF0FF0
  103.         33333337F3337F37F3333330FFFF0F0B33333337F3337F77FF333330FFFF003B
  104.         B3333337FFFF77377FF333B000000333BB33337777777F3377FF3BB3333BB333
  105.         3BB33773333773333773B333333B3333333B7333333733333337}
  106.       NumGlyphs = 2
  107.       Style = bsNew
  108.     end
  109.     object SavePC: TBitBtn
  110.       Left = 156
  111.       Top = 112
  112.       Width = 109
  113.       Height = 25
  114.       Caption = '&Update list'
  115.       Enabled = False
  116.       TabOrder = 5
  117.       OnClick = SavePCClick
  118.       Glyph.Data = {
  119.         42010000424D4201000000000000760000002800000011000000110000000100
  120.         040000000000CC00000000000000000000001000000010000000000000000000
  121.         BF0000BF000000BFBF00BF000000BF00BF00BFBF0000C0C0C000808080000000
  122.         FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00DDDDDDDDDDDD
  123.         DDDDD0000000DDDDDDDDDDDDDDDDD0000000DD00000000000DDDD0000000DD0F
  124.         FFFFFFFF0DDDD0000000DD0F0000000F0DDDD0000000DD0FFFFFFFFF0DD4D000
  125.         0000DD0F00000FFF8D4DD0000000DD0FFFFFFF4F74DDD0000000DD0F00000F44
  126.         4DDDD0000000DD0FFFFFFF444DDDD0000000DD0FF0000F4444DDD0000000DD0F
  127.         FFFFFFFFDDDDD0000000DD0F0000000F0DDDD0000000DD0FFFFFFFFF0DDDD000
  128.         0000DD00000000000DDDD0000000DDDDDDDDDDDDDDDDD0000000DDDDDDDDDDDD
  129.         DDDDD0000000}
  130.       Style = bsNew
  131.     end
  132.     object Extension: TEdit
  133.       Left = 188
  134.       Top = 32
  135.       Width = 37
  136.       Height = 21
  137.       Hint = 
  138.         'The extension to be used for MACRO.* and'#13'VARS.* (the files that ' +
  139.         'describe the PC)'
  140.       MaxLength = 3
  141.       ParentShowHint = False
  142.       ShowHint = True
  143.       TabOrder = 2
  144.       OnChange = ExtensionChange
  145.     end
  146.     object Name: TEdit
  147.       Left = 168
  148.       Top = 8
  149.       Width = 113
  150.       Height = 21
  151.       Hint = 'PC'#39's name'
  152.       ParentShowHint = False
  153.       ShowHint = True
  154.       TabOrder = 1
  155.       OnChange = NameChange
  156.     end
  157.     object Info: TEdit
  158.       Left = 164
  159.       Top = 56
  160.       Width = 117
  161.       Height = 21
  162.       Hint = 'Some extra info for your own use'
  163.       ParentShowHint = False
  164.       ShowHint = True
  165.       TabOrder = 3
  166.     end
  167.     object CreateFiles: TBitBtn
  168.       Left = 156
  169.       Top = 140
  170.       Width = 109
  171.       Height = 25
  172.       Caption = 'CreateFiles'
  173.       Enabled = False
  174.       TabOrder = 6
  175.       OnClick = CreateFilesClick
  176.       Glyph.Data = {
  177.         76010000424D7601000000000000760000002800000020000000100000000100
  178.         04000000000000010000130B0000130B00000000000000000000000000000000
  179.         800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  180.         FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333330070
  181.         7700333333337777777733333333008088003333333377F73377333333330088
  182.         88003333333377FFFF7733333333000000003FFFFFFF77777777000000000000
  183.         000077777777777777770FFFFFFF0FFFFFF07F3333337F3333370FFFFFFF0FFF
  184.         FFF07F3FF3FF7FFFFFF70F00F0080CCC9CC07F773773777777770FFFFFFFF039
  185.         99337F3FFFF3F7F777F30F0000F0F09999937F7777373777777F0FFFFFFFF999
  186.         99997F3FF3FFF77777770F00F000003999337F773777773777F30FFFF0FF0339
  187.         99337F3FF7F3733777F30F08F0F0337999337F7737F73F7777330FFFF0039999
  188.         93337FFFF7737777733300000033333333337777773333333333}
  189.       NumGlyphs = 2
  190.       Style = bsNew
  191.     end
  192.   end
  193. end
  194.